API Help
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / CorrectProjectItems Method / CorrectProjectItems(Function[],String) Method
Array of functions which will be corrected.
Scheme name.

CorrectProjectItems(Function[],String) Method
Corrects project items.
Syntax
public void CorrectProjectItems( 
   Function[] arrFunctions,
   string strScheme
)

Parameters

arrFunctions
Array of functions which will be corrected.
strScheme
Scheme name.
Exceptions
ExceptionDescription
Thrown in case of missing arguments.
Thrown in case if invalid arguments, e.g. array do not contain any valid objects.
Thrown, if the \internal action could no be found.
Thrown if an error occurs while executing the method.
Remarks
Connections in project will be also corrected if such option is selected in schema.
See Also